[INFO] cloning repository https://github.com/jayanthkumarak/CLI_Log_analyzer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jayanthkumarak/CLI_Log_analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjayanthkumarak%2FCLI_Log_analyzer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjayanthkumarak%2FCLI_Log_analyzer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a2107203d82aa09a7c1808001df6885ad7825c32
[INFO] checking jayanthkumarak/CLI_Log_analyzer/a2107203d82aa09a7c1808001df6885ad7825c32 against master#40557f6225e337d68c8d4f086557ce54135f5dd9 for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjayanthkumarak%2FCLI_Log_analyzer" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jayanthkumarak/CLI_Log_analyzer
[INFO] finished tweaking git repo https://github.com/jayanthkumarak/CLI_Log_analyzer
[INFO] tweaked toml for git repo https://github.com/jayanthkumarak/CLI_Log_analyzer written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jayanthkumarak/CLI_Log_analyzer on toolchain 40557f6225e337d68c8d4f086557ce54135f5dd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jayanthkumarak/CLI_Log_analyzer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_builder v4.5.53
[INFO] [stderr]   Downloaded csv-core v0.1.13
[INFO] [stderr]   Downloaded clap v4.5.53
[INFO] [stderr]   Downloaded comfy-table v7.0.1
[INFO] [stderr]   Downloaded csv v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c
[INFO] running `Command { std: "docker" "start" "7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking comfy-table v7.0.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking m365-analyzer v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `stats`
[INFO] [stdout]    --> src/analyzer.rs:443:22
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn generate_insights(stats: &Statistics, _anomalies: &[Anomaly], profiles: &[BehavioralProfile]) -> Vec<SecurityInsight> {
[INFO] [stdout]     |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `client_app_used`, `risk_detail`, `risk_state`, and `category` are never read
[INFO] [stdout]   --> src/types.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SignInEntry {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub client_app_used: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub risk_detail: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub risk_state: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub category: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SignInEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_high_risk`, `is_medium_risk`, `is_success`, `is_failed`, and `is_ca_blocked` are never used
[INFO] [stdout]    --> src/types.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl SignInEntry {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn is_high_risk(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn is_medium_risk(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn is_success(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn is_failed(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn is_ca_blocked(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `workload`, `object_id`, `result_status`, `user_agent`, and `category` are never read
[INFO] [stdout]    --> src/types.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct AuditLogEntry {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub workload: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     pub object_id: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 183 |     pub result_status: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub user_agent: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub category: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuditLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `event_time` is never read
[INFO] [stdout]    --> src/types.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub struct DefenderEntry {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 221 |     #[serde(alias = "Event Time")]
[INFO] [stdout] 222 |     pub event_time: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DefenderEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `timestamp` is never used
[INFO] [stdout]    --> src/types.rs:247:12
[INFO] [stdout]     |
[INFO] [stdout] 246 | impl DefenderEntry {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 247 |     pub fn timestamp(&self) -> Option<DateTime<Utc>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Low` is never constructed
[INFO] [stdout]    --> src/types.rs:266:5
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub enum Severity {
[INFO] [stdout]     |          -------- variant in this enum
[INFO] [stdout] 266 |     Low,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Severity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `confidence`, `location`, and `detail` are never read
[INFO] [stdout]    --> src/types.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub struct Anomaly {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 299 |     pub confidence: f64,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     pub location: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 304 |     pub detail: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Anomaly` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `category` is never read
[INFO] [stdout]    --> src/types.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct SecurityInsight {
[INFO] [stdout]     |            --------------- field in this struct
[INFO] [stdout] 310 |     pub category: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SecurityInsight` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `anomalies` is never read
[INFO] [stdout]    --> src/types.rs:351:9
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub struct UserSession {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 351 |     pub anomalies: Vec<Anomaly>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UserSession` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_DELETION_THRESHOLD` is never used
[INFO] [stdout]   --> src/config.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const MASS_DELETION_THRESHOLD: usize = 50;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HIGH_VOLUME_IP_THRESHOLD` is never used
[INFO] [stdout]   --> src/config.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const HIGH_VOLUME_IP_THRESHOLD: usize = 100;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EMAIL_HIDING_KEYWORDS` is never used
[INFO] [stdout]   --> src/config.rs:47:11
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub const EMAIL_HIDING_KEYWORDS: &[&str] = &[
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stats`
[INFO] [stdout]    --> src/analyzer.rs:443:22
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn generate_insights(stats: &Statistics, _anomalies: &[Anomaly], profiles: &[BehavioralProfile]) -> Vec<SecurityInsight> {
[INFO] [stdout]     |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `client_app_used`, `risk_detail`, `risk_state`, and `category` are never read
[INFO] [stdout]   --> src/types.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SignInEntry {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub client_app_used: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub risk_detail: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub risk_state: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub category: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SignInEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_high_risk`, `is_medium_risk`, `is_success`, `is_failed`, and `is_ca_blocked` are never used
[INFO] [stdout]    --> src/types.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl SignInEntry {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn is_high_risk(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn is_medium_risk(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn is_success(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn is_failed(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn is_ca_blocked(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `workload`, `object_id`, `result_status`, `user_agent`, and `category` are never read
[INFO] [stdout]    --> src/types.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct AuditLogEntry {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub workload: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     pub object_id: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 183 |     pub result_status: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub user_agent: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub category: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuditLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `event_time` is never read
[INFO] [stdout]    --> src/types.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub struct DefenderEntry {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 221 |     #[serde(alias = "Event Time")]
[INFO] [stdout] 222 |     pub event_time: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DefenderEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `timestamp` is never used
[INFO] [stdout]    --> src/types.rs:247:12
[INFO] [stdout]     |
[INFO] [stdout] 246 | impl DefenderEntry {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 247 |     pub fn timestamp(&self) -> Option<DateTime<Utc>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Low` is never constructed
[INFO] [stdout]    --> src/types.rs:266:5
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub enum Severity {
[INFO] [stdout]     |          -------- variant in this enum
[INFO] [stdout] 266 |     Low,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Severity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `confidence`, `location`, and `detail` are never read
[INFO] [stdout]    --> src/types.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub struct Anomaly {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 299 |     pub confidence: f64,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     pub location: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 304 |     pub detail: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Anomaly` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `category` is never read
[INFO] [stdout]    --> src/types.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct SecurityInsight {
[INFO] [stdout]     |            --------------- field in this struct
[INFO] [stdout] 310 |     pub category: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SecurityInsight` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `anomalies` is never read
[INFO] [stdout]    --> src/types.rs:351:9
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub struct UserSession {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 351 |     pub anomalies: Vec<Anomaly>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UserSession` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MASS_DELETION_THRESHOLD` is never used
[INFO] [stdout]   --> src/config.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const MASS_DELETION_THRESHOLD: usize = 50;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HIGH_VOLUME_IP_THRESHOLD` is never used
[INFO] [stdout]   --> src/config.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const HIGH_VOLUME_IP_THRESHOLD: usize = 100;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EMAIL_HIDING_KEYWORDS` is never used
[INFO] [stdout]   --> src/config.rs:47:11
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub const EMAIL_HIDING_KEYWORDS: &[&str] = &[
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s
[INFO] running `Command { std: "docker" "inspect" "7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c", kill_on_drop: false }`
[INFO] [stdout] 7d5ca37f04bc3ceb33dc06f9f87089a3056a25ca63683e6945416edd7955831c
